home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 16 / PC Actual CD 16.iso / autocad / R14301.DXR / 00369_wait for voice.ls < prev    next >
Encoding:
Text File  |  1997-04-24  |  235 b   |  16 lines

  1. on exitFrame
  2.   global sound_is
  3.   CheckForRollovers()
  4.   if sound_is then
  5.     if soundBusy(2) then
  6.       go(the frame)
  7.     else
  8.       startTimer()
  9.     end if
  10.   else
  11.     if the timer < 400 then
  12.       go(the frame)
  13.     end if
  14.   end if
  15. end
  16.